copy

fun PaddingValues.copy(    top: Dp = calculateTopPadding(),     start: Dp = calculateStartPadding(LayoutDirection.Ltr),     end: Dp = calculateEndPadding(LayoutDirection.Ltr),     bottom: Dp = calculateBottomPadding()): PaddingValues

Updates the given PaddingValues with the given Dp values and returns updated PaddingValues.